authorize

open suspend override fun authorize(request: Auth.AuthorizeRequest): Auth.AuthorizeResponse

Authorizes a user based on the provided request.

Return

The authorization response indicating whether the user is authorized.

Parameters

request

The authorization request containing the JWT token.